update trademarks
This commit is contained in:
		
							parent
							
								
									56dce6b28c
								
							
						
					
					
						commit
						a0d0650e2a
					
				@ -30,7 +30,7 @@ export class BisqDashboardComponent implements OnInit {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  ngOnInit(): void {
 | 
					  ngOnInit(): void {
 | 
				
			||||||
    this.seoService.setTitle($localize`:@@meta.title.bisq.markets:Markets`);
 | 
					    this.seoService.setTitle($localize`:@@meta.title.bisq.markets:Markets`);
 | 
				
			||||||
    this.seoService.setDescription($localize`:@@meta.description.bisq.markets:Explore the full Bitcoin ecosystem with The Mempool Open Source Project™. See Bisq market prices, trading activity, and more.`);
 | 
					    this.seoService.setDescription($localize`:@@meta.description.bisq.markets:Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Bisq market prices, trading activity, and more.`);
 | 
				
			||||||
    this.websocketService.want(['blocks']);
 | 
					    this.websocketService.want(['blocks']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this.volumes$ = this.bisqApiService.getAllVolumesDay$()
 | 
					    this.volumes$ = this.bisqApiService.getAllVolumesDay$()
 | 
				
			||||||
 | 
				
			|||||||
@ -422,7 +422,7 @@
 | 
				
			|||||||
      Trademark Notice<br>
 | 
					      Trademark Notice<br>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
      The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem™, Mempool Goggles™, the mempool logo, the mempool Square logo, the mempool Blocks logo, the mempool Blocks 3 | 2 logo, the mempool.space Vertical Logo, and the mempool.space Horizontal logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries.
 | 
					      The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem®, Mempool Goggles™, the mempool logo, the mempool Square logo, the mempool Blocks logo, the mempool Blocks 3 | 2 logo, the mempool.space Vertical Logo, and the mempool.space Horizontal logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries.
 | 
				
			||||||
    </p>
 | 
					    </p>
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
      While our software is available under an open source software license, the copyright license does not include an implied right or license to use our trademarks. See our <a href="https://mempool.space/trademark-policy">Trademark Policy and Guidelines</a> for more details, published on <https://mempool.space/trademark-policy>.
 | 
					      While our software is available under an open source software license, the copyright license does not include an implied right or license to use our trademarks. See our <a href="https://mempool.space/trademark-policy">Trademark Policy and Guidelines</a> for more details, published on <https://mempool.space/trademark-policy>.
 | 
				
			||||||
 | 
				
			|||||||
@ -315,7 +315,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
          <p>Also, if you are using our Marks in a way described in the sections "Uses for Which We Are Granting a License," you must include the following trademark attribution at the foot of the webpage where you have used the Mark (or, if in a book, on the credits page), on any packaging or labeling, and on advertising or marketing materials:</p>
 | 
					          <p>Also, if you are using our Marks in a way described in the sections "Uses for Which We Are Granting a License," you must include the following trademark attribution at the foot of the webpage where you have used the Mark (or, if in a book, on the credits page), on any packaging or labeling, and on advertising or marketing materials:</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <p>"The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem™, Mempool Goggles™, the mempool logo;, the mempool Square logo;, the mempool Blocks logo;, the mempool Blocks 3 | 2 logo;, the mempool.space Vertical Logo;, and the mempool.space Horizontal logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries, and are used with permission. Mempool Space K.K. has no affiliation with and does not sponsor or endorse the information provided herein."</p>  
 | 
					          <p>"The Mempool Open Source Project®, Mempool Accelerator™, Mempool Enterprise®, Mempool Liquidity™, mempool.space®, Be your own explorer™, Explore the full Bitcoin ecosystem®, Mempool Goggles™, the mempool logo;, the mempool Square logo;, the mempool Blocks logo;, the mempool Blocks 3 | 2 logo;, the mempool.space Vertical Logo;, and the mempool.space Horizontal logo are either registered trademarks or trademarks of Mempool Space K.K in Japan, the United States, and/or other countries, and are used with permission. Mempool Space K.K. has no affiliation with and does not sponsor or endorse the information provided herein."</p>  
 | 
				
			||||||
          <li>What to Do When You See Abuse</li>
 | 
					          <li>What to Do When You See Abuse</li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          <br>
 | 
					          <br>
 | 
				
			||||||
 | 
				
			|||||||
@ -10,7 +10,7 @@ import { StateService } from './state.service';
 | 
				
			|||||||
export class SeoService {
 | 
					export class SeoService {
 | 
				
			||||||
  network = '';
 | 
					  network = '';
 | 
				
			||||||
  baseTitle = 'mempool';
 | 
					  baseTitle = 'mempool';
 | 
				
			||||||
  baseDescription = 'Explore the full Bitcoin ecosystem with The Mempool Open Source Project™.';
 | 
					  baseDescription = 'Explore the full Bitcoin ecosystem® with The Mempool Open Source Project®.';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  canonicalLink: HTMLElement = document.getElementById('canonical');
 | 
					  canonicalLink: HTMLElement = document.getElementById('canonical');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -9,7 +9,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <p class="d-block d-sm-none">
 | 
					        <p class="d-block d-sm-none">
 | 
				
			||||||
          <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
 | 
					          <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
 | 
				
			||||||
          <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template>
 | 
					          <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ®</ng-template>
 | 
				
			||||||
        </p>
 | 
					        </p>
 | 
				
			||||||
        <div class="site-options float-right d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
 | 
					        <div class="site-options float-right d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
 | 
				
			||||||
          <div class="selector">
 | 
					          <div class="selector">
 | 
				
			||||||
@ -32,7 +32,7 @@
 | 
				
			|||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
        <p class="d-none d-sm-block">
 | 
					        <p class="d-none d-sm-block">
 | 
				
			||||||
          <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
 | 
					          <ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
 | 
				
			||||||
          <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template>
 | 
					          <ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ®</ng-template>
 | 
				
			||||||
        </p>
 | 
					        </p>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -7,16 +7,16 @@
 | 
				
			|||||||
  <script src="/resources/config.js"></script>
 | 
					  <script src="/resources/config.js"></script>
 | 
				
			||||||
  <base href="/">
 | 
					  <base href="/">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <meta name="description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Bisq market prices, trading activity, and more.">
 | 
					  <meta name="description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Bisq market prices, trading activity, and more.">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <meta property="og:image" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
					  <meta property="og:image" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
				
			||||||
  <meta property="og:image:type" content="image/jpeg" />
 | 
					  <meta property="og:image:type" content="image/jpeg" />
 | 
				
			||||||
  <meta property="og:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Bisq market prices, trading activity, and more." />
 | 
					  <meta property="og:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Bisq market prices, trading activity, and more." />
 | 
				
			||||||
  <meta name="twitter:card" content="summary_large_image">
 | 
					  <meta name="twitter:card" content="summary_large_image">
 | 
				
			||||||
  <meta name="twitter:site" content="https://bisq.markets/">
 | 
					  <meta name="twitter:site" content="https://bisq.markets/">
 | 
				
			||||||
  <meta name="twitter:creator" content="@bisq_network">
 | 
					  <meta name="twitter:creator" content="@bisq_network">
 | 
				
			||||||
  <meta name="twitter:title" content="The Mempool Open Source Project®">
 | 
					  <meta name="twitter:title" content="The Mempool Open Source Project®">
 | 
				
			||||||
  <meta name="twitter:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Bisq market prices, trading activity, and more." />
 | 
					  <meta name="twitter:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Bisq market prices, trading activity, and more." />
 | 
				
			||||||
  <meta name="twitter:image:src" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
					  <meta name="twitter:image:src" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
 | 
				
			||||||
  <meta name="twitter:domain" content="bisq.markets">
 | 
					  <meta name="twitter:domain" content="bisq.markets">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -7,17 +7,17 @@
 | 
				
			|||||||
  <script src="/resources/config.js"></script>
 | 
					  <script src="/resources/config.js"></script>
 | 
				
			||||||
  <base href="/">
 | 
					  <base href="/">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <meta name="description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Liquid transactions & assets, get network info, and more.">
 | 
					  <meta name="description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Liquid transactions & assets, get network info, and more.">
 | 
				
			||||||
  <meta property="og:image" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
					  <meta property="og:image" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
				
			||||||
  <meta property="og:image:type" content="image/png" />
 | 
					  <meta property="og:image:type" content="image/png" />
 | 
				
			||||||
  <meta property="og:image:width" content="1000" />
 | 
					  <meta property="og:image:width" content="1000" />
 | 
				
			||||||
  <meta property="og:image:height" content="500" />
 | 
					  <meta property="og:image:height" content="500" />
 | 
				
			||||||
  <meta property="og:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Liquid transactions & assets, get network info, and more." />
 | 
					  <meta property="og:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Liquid transactions & assets, get network info, and more." />
 | 
				
			||||||
  <meta name="twitter:card" content="summary_large_image">
 | 
					  <meta name="twitter:card" content="summary_large_image">
 | 
				
			||||||
  <meta name="twitter:site" content="@mempool">
 | 
					  <meta name="twitter:site" content="@mempool">
 | 
				
			||||||
  <meta name="twitter:creator" content="@mempool">
 | 
					  <meta name="twitter:creator" content="@mempool">
 | 
				
			||||||
  <meta name="twitter:title" content="The Mempool Open Source Project®">
 | 
					  <meta name="twitter:title" content="The Mempool Open Source Project®">
 | 
				
			||||||
  <meta name="twitter:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Project™. See Liquid transactions & assets, get network info, and more." />
 | 
					  <meta name="twitter:description" content="Explore the full Bitcoin ecosystem with The Mempool Open Source Project®. See Liquid transactions & assets, get network info, and more." />
 | 
				
			||||||
  <meta name="twitter:image:src" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
					  <meta name="twitter:image:src" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
 | 
				
			||||||
  <meta name="twitter:domain" content="liquid.network">
 | 
					  <meta name="twitter:domain" content="liquid.network">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -343,7 +343,7 @@ class Server {
 | 
				
			|||||||
    <meta charset="utf-8">
 | 
					    <meta charset="utf-8">
 | 
				
			||||||
    <title>${ogTitle}</title>
 | 
					    <title>${ogTitle}</title>
 | 
				
			||||||
    <link rel="canonical" href="${canonical}" />
 | 
					    <link rel="canonical" href="${canonical}" />
 | 
				
			||||||
    <meta name="description" content="The Mempool Open Source Project® - Explore the full Bitcoin ecosystem with mempool.space™"/>
 | 
					    <meta name="description" content="The Mempool Open Source Project® - Explore the full Bitcoin ecosystem with mempool.space®"/>
 | 
				
			||||||
    <meta property="og:image" content="${ogImageUrl}"/>
 | 
					    <meta property="og:image" content="${ogImageUrl}"/>
 | 
				
			||||||
    <meta property="og:image:type" content="image/png"/>
 | 
					    <meta property="og:image:type" content="image/png"/>
 | 
				
			||||||
    <meta property="og:image:width" content="${matchedRoute.render ? 1200 : 1000}"/>
 | 
					    <meta property="og:image:width" content="${matchedRoute.render ? 1200 : 1000}"/>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user