Skip to content

Commit

Permalink
Revert "[Issue #36]: add copyright and license notice."
Browse files Browse the repository at this point in the history
  • Loading branch information
bianhq authored Sep 15, 2019
1 parent 4df5455 commit 1ace268
Show file tree
Hide file tree
Showing 312 changed files with 597 additions and 6,073 deletions.
234 changes: 0 additions & 234 deletions NOTICE

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/MemoryMappedFile.cc
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
#include <iostream>
#include "MemoryMappedFile.h"

Expand Down
19 changes: 0 additions & 19 deletions cpp/MemoryMappedFile.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
#ifndef MemoryMappedFile_H
#define MemoryMappedFile_H

Expand Down
19 changes: 0 additions & 19 deletions cpp/PixelsCacheReader.cc
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
#include <iostream>
#include "PixelsCacheReader.h"
#include "MemoryMappedFile.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
package io.pixelsdb.pixels.cache;

import com.facebook.presto.spi.HostAddress;
Expand All @@ -27,6 +8,8 @@
import java.util.Set;

/**
* pixels
*
* @author guodong
*/
public class CacheLocationDistribution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
package io.pixelsdb.pixels.cache;

import org.apache.logging.log4j.LogManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* Copyright 2019 PixelsDB.
*
* This file is part of Pixels.
*
* Pixels is free software: you can redistribute it and/or modify
* it under the terms of the Affero GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* Pixels is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Affero GNU General Public License for more details.
*
* You should have received a copy of the Affero GNU General Public
* License along with Foobar. If not, see
* <https://www.gnu.org/licenses/>.
*/
package io.pixelsdb.pixels.cache;

import io.pixelsdb.pixels.cache.mq.MappedBusMessage;
Expand All @@ -26,8 +7,9 @@
import static com.google.common.base.MoreObjects.toStringHelper;

/**
* pixels
*
* @author guodong
* @author hank
*/
public class ColumnletId
implements MappedBusMessage
Expand Down
Loading

0 comments on commit 1ace268

Please sign in to comment.