Skip to content

Commit

Permalink
Addition of copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micheal Swiggs committed Jul 5, 2013
1 parent 8e75d5f commit 44b8599
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.controllers;

import static com.jumblar.core.crypto.Algorithms.generateSalt;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.controllers;

import com.jumblar.core.domain.HashBase;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/crypto/Algorithms.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.crypto;

import java.security.MessageDigest;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/crypto/CustomRandom.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.crypto;

import java.security.MessageDigest;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/crypto/HashDerivation.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.crypto;

import java.security.MessageDigest;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/crypto/Shuffler.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.crypto;

import java.util.Random;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.crypto;

import static com.jumblar.core.generators.CharacterGenerator.utf8Bytes;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/domain/HashBase.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.domain;

import java.io.Serializable;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/domain/SimpleJumble.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.domain;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.domain;

import java.io.Serializable;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/encodings/Base64.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.encodings;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.generators;

import java.io.UnsupportedEncodingException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.generators;

import java.security.MessageDigest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.generators;

import java.io.IOException;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/network/PGPKeyRecord.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.network;

import static com.jumblar.core.encodings.Base64.decodePGPComment;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/spiral/SingleSpiral.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.spiral;

public class SingleSpiral {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/spiral/SpiralScan.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.spiral;

import com.jumblar.core.utils.Arrays;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/utils/Arrays.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.utils;


Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jumblar/core/utils/Regex.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (C) 2013 - Micheal F Swiggs. All rights reserved.
package com.jumblar.core.utils;

import java.util.regex.Matcher;
Expand Down

0 comments on commit 44b8599

Please sign in to comment.